Visual Basic (Declaration) | |
---|---|
Overloads Public Sub AppendBoxes(Of T As Jpeg2000MultiBox)( _ ByVal stream As Stream, _ ByVal boxes As List(Of T) _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Managed Extensions for C++ | |
---|---|
public: void AppendBoxes<T>( Stream* stream, List<T>* boxes ) where T: Jpeg2000MultiBox |
C++/CLI | |
---|---|
public: void AppendBoxesgeneric<typename T> ( Stream^ stream, List<T>^ boxes ) where T: Jpeg2000MultiBox |
Parameters
- stream
- A Stream containing the JPEG 2000 file data.
- boxes
- A list of Jpeg2000MultiBox objects containing the box data being appended.
Type Parameters
- T
For an example, refer to Leadtools.Jpeg2000.Jpeg2000Engine.SaveComposite(RasterCodecs codecs, Stream stream, List<CompositeJpxImages> compositeImages, Jpeg2000FileFormat format, int bitsPerPixel, int qualityFactor) example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
Jpeg2000Engine ClassJpeg2000Engine Members
Overload List
AppendBox
AppendBoxes(String, List)
AppendFrames
AppendGmlData
ReadBox
Compression Using LEAD and JPEG Formats
File Formats - JPEG And LEAD Compressed
Bitmaps In Memory And In Files
JPEG2000 File Comments
JPEG And LEAD File Comments
Programming with JPEG 2000 Features
JPEG 2000 Boxes